object KeyDefinition: TKeyDefinition Left = 200 Top = 99 BorderStyle = bsDialog Caption = 'Key Macro Definition' ClientHeight = 113 ClientWidth = 423 Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object Label1: TLabel Left = 8 Top = 8 Width = 124 Height = 13 Caption = 'Enter definition for this key' Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object SpeedButton1: TSpeedButton Left = 8 Top = 32 Width = 20 Height = 20 Hint = 'Edit command|' Glyph.Data = { 78010000424D7801000000000000760000002800000020000000100000000100 04000000000000000000120B0000120B00000000000000000000000000000000 800000800000008080008000000080008000808000007F7F7F00BFBFBF000000 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000 000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F 00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B 0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F 0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF 00333377737FFFFF7733333033000000033333373377777773330000} NumGlyphs = 2 OnClick = SpeedButton1Click end object KeyDef: TEdit Left = 32 Top = 32 Width = 377 Height = 21 AutoSize = False Font.Color = clWindowText Font.Height = -13 Font.Name = 'Courier New' Font.Style = [] ParentFont = False TabOrder = 0 end object OKBtn: TBitBtn Left = 112 Top = 72 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 1 OnClick = OKBtnClick Kind = bkOK end object CancelBtn: TBitBtn Left = 208 Top = 72 Width = 77 Height = 27 Font.Color = clBtnText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 OnClick = CancelBtnClick Kind = bkCancel end object KeyName: TEdit Left = 144 Top = 8 Width = 209 Height = 17 BorderStyle = bsNone Color = clBtnFace Ctl3D = False Font.Color = clWindowText Font.Height = -12 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentCtl3D = False ParentFont = False TabOrder = 3 end end